/****************** RESET CSS ***************************/
ul,li,p,a,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
h1,h2,h3{
   font-size: 14px;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {   
   margin: 0px;
   padding: 0px;
   color: #333333;
   font-family: Arial,Helvetica,Sans-serif;
   font-size: 12px;
   line-height: 18px;
   width: 100%;
   min-width: 1000px;  
   background: #f9faf7;
}
ol, ul {
    list-style: none;
}
li {
    list-style-type: none;
}
*{
   box-sizing: border-box;
}
/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
textarea{
   border: 1px solid #bdc7d8;
}
.clear{
    clear: both;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}
.red {
    color: red;
}
.fl{
   float: left !important;
}
.fr{
   float: right !important;
}
a{
   text-decoration:none;
   color: #333333;
}
a:hover{
   color: #ff9147;
   text-decoration: none;
}
.content{
   width: 100%;
   float: left;
}
.break_line{
   width: 100%;
   height: 1px;
}
.web{
   color: #999;
}
.price{
   color: #C00;
}
.mg_bt_20{
   margin-bottom: 20px;
}
.mg_top_20{
   margin-top: 20px;
}
.bor_left{
   border-left: 1px solid #EFEFEF;
}
.margin_10_0{
   margin: 10px 0px;
}
.h1_title {
    width: 100%;
    color: #3276B1;
    height: 36px;
    line-height: 36px;
    border-bottom: #3276B1 5px solid;
    font-size: 16px;
    float: left;
    font-weight: bold;
}
.relative{
   position: relative;   
}
.main_content{
   width: 100%;
   float: left;
   
   margin-bottom: 20px;
   padding: 0px 10px;
}
.icon_edit{
   font-size: 12px;
   font-weight: normal;
}
/************************************ PAGING **************************************/
.paging_wrap{
   float: left;
   width: 100%;
   height: 60px;
   font-size: 14px;
   padding: 15px 0px;
   line-height: 24px;
}
.paging_content{
   float: left;
   font-size: 14px;  
}
.paging_content a {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.paging_normal {
    padding: 8px 10px;
    background: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.paging_normal:hover {
    padding: 8px 10px;
    color: #AF1518;
}
.paging_active {
    padding: 8px 10px;
    color: #FFF;
    font-weight: 700;
    background: #0054a0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.table_diem_chuan{
   border: 1px solid;
}
.table_diem_chuan tr{
   border: 1px solid;
}
.table_diem_chuan td{
   border: 1px solid;
   padding: 3px;
}
.table_diem_chuan th{
   border: 1px solid;
   padding: 3px;
   font-weight: bold;
}
/****************** Header CSS ***************************/
.header_top{
   width: 100%;
   display: none;
   background: #257997;
}
.header_top_content{
   width: 615px;
   margin: auto;
   padding: 15px 0px;
   position: relative;
}
.right_menu{
   width: 100%;
   float: left;
   padding: 10px 0px;
}
.right_menu li{
   width: 100%;
   float: left;
}
.right_menu li a{
   width: 100%;
   display: block;
   float: left;
   padding: 8px 0px;
}
.right_menu .item_lva {
   font-size: 14px;
}
.right_menu .item_lva img{
   height: 18px;
   float: left;
   margin-right: 8px;
}
.page_titleb{
   width: 100%;
   float: left;
   text-align: center;
   margin-bottom: 10px;
   border-bottom: 1px solid #ff9c00;
   color: #ff9c00;
}
.page_titleb a{   
   text-decoration: none;
   background: #FFF;
   color: #ff9c00;
   padding: 5px 20px;
   font-size: 22px;
}

/***********************************************************************/
.header{
   width: 100%;
    padding: 8px 0px 6px 0px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
}
#id_back_top{
   height: 65px;
   width: 100%;
   background: none;
}
#top_page {
    background: url("/themes/v1/images/btn_backtop.png") no-repeat bottom left transparent;
    bottom: 50px;
    height: 50px;
    position: fixed;
    right: 0px;
    width: 55px;
    z-index: 999;
    cursor: pointer;
}

.header_content{
   padding: 0px 20px;
}
.header_content .logo{
   width: 180px;
   float: left;
   position: relative;
   z-index: 9;
}
.header_content .logo a{
   display: block;
   float: left;
   width: 160px;
   height: 40px;
   background: url(/themes/v1/images/logo_slogan.png) 0px 8px no-repeat;
   background-size: contain;
}
.header_menu_main{
   width: auto;
   float: left;
   list-style: none;
}
.header_menu_main li{
   float: left;
   list-style: none;   
}
.header_menu_main li a{
   font-weight: 700;
   color: #9b9b9b;
   line-height: 38px;
   padding: 0px 15px;
   display: block;
   font-size: 14px;
}
/**************************************************/
.header_user{
   width: auto;
   float: right;
   margin-top: 2px;
}
.header_user_nologin{
   width: auto;
   float: right;
}
.header_user_nologin a{
   display: block;
   float: right;
   margin-right: 15px;
   line-height: 34px;
   font-size: 14px;
   text-transform: uppercase;
}
.header_user_nologin a:hover {
    color: #ff9147;
    text-decoration: none;
}
.header_user_nologin a.register{
    border: 1px solid #f26c4f;
    padding: 0px 10px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    background: #F26C50;
}
.header_btn_post{
   float: right;
}
.header_btn_post a{
   background: #5488c7;
   color: #fff!important;
   padding: 0 15px 0px 15px;
   display: block;
   float: left;
   font-size: 14px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   line-height: 34px;
}
.header_book_mark_content{
   width: auto;
   float: right;
   margin-right: 6px;
   position: relative;
}
.header_book_mark{
   float: right;   
   font-size: 18px;
   height: 30px;
   width: 30px;
   padding-top: 7px;
   position: relative;
   cursor: pointer;
   color: #5488c7;
}
.header_book_mark span{
   position: absolute;
   right: 2px;
   top: 0px;
   font-size: 11px;
   display: block;
   background: #df0000;
   color: #FFF;
   padding: 0px 6px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   line-height: 14px;
   font-weight: bold;
}
.header_book_mark_list{
   position: absolute;
    top: 36px;
    right: -72px;
    width: 400px;
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
    list-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
    display: none;
}
.header_book_mark_list .notify_header {
   text-align: left;
   background: #eee;
   overflow: hidden;
   font-weight: bold;
   width: 100%;
   float: left;
   padding: 8px 10px;
   font-size: 15px;
}
.header_book_mark_list .arrow {
    background: url(/themes/images/arrow_top.png) no-repeat scroll 0 0 transparent;
    height: 8px;
    right: 86px;
    position: absolute;
    z-index: 99;
    top: -8px;
    width: 12px;
}
.header_book_mark_list ul{
   width: 100%;
   float: left;
   list-style: none;
}
.header_book_mark_list ul li{
   float: left;
   list-style: none;
   border-bottom: #eee 1px solid;
   padding: 10px 10px;
   width: 100%;
}
.header_book_mark_list ul li .image{
   width: 80px;
   height: 60px;
   float: left;
   overflow: hidden;
}
.header_book_mark_list ul li .image img{
   width: 100%;
   min-height: 60px;
}
.header_book_mark_list ul li .info{
   width: 90%;
   float: left;
}
.header_book_mark_list ul li .title{
   width: 100%;
   float: left;
   font-weight: bold;
   line-height: 16px;
   margin-bottom: 5px;
}
.header_book_mark_list ul li .city{
   font-size: 11px;
   color: #999;
   font-weight: normal;
}
.header_book_mark_list ul li .price{
   width: 50%;
   float: left;
   display: block;
   font-weight: bold;
}
.header_book_mark_list ul li .delete{
   text-align: right;
   width: 10%;
   float: left;
   padding-top: 20px;
}
/***************************************************************/
.header_notifi_content{
   width: auto;
   float: right;
   margin-right: 6px;
   position: relative;
}
.header_notifi{
   float: right;   
   font-size: 18px;
   height: 30px;
   width: 30px;
   padding-top: 7px;
   position: relative;
   cursor: pointer;
   color: #5488c7;
}
.header_notifi span{
   position: absolute;
   right: 2px;
   top: 0px;
   font-size: 11px;
   display: block;
   background: #df0000;
   color: #FFF;
   padding: 0px 6px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   line-height: 14px;
   font-weight: bold;
}
.header_notifi_list{
   position: absolute;
    top: 36px;
    right: -72px;
    width: 400px;
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
    list-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
    display: none;
}
.header_notifi_list .notify_header {
   text-align: left;
   background: #eee;
   overflow: hidden;
   font-weight: bold;
   width: 100%;
   float: left;
   padding: 8px 10px;
   font-size: 15px;
}
.header_notifi_list .arrow {
    background: url(/themes/images/arrow_top.png) no-repeat scroll 0 0 transparent;
    height: 8px;
    right: 86px;
    position: absolute;
    z-index: 99;
    top: -8px;
    width: 12px;
}
.header_notifi_list ul{
   width: 100%;
   float: left;
   list-style: none;
}
.header_notifi_list ul li{
   float: left;
   list-style: none;
   border-bottom: #eee 1px solid;
   padding: 10px 10px;
   width: 100%;
}
.header_notifi_list ul li .image{
   width: 60px;
   height: 60px;
   float: left;
   overflow: hidden;
}
.header_notifi_list ul li .image img{
   width: 100%;
   min-height: 60px;
}
.header_notifi_list ul li .info{
   width: 90%;
   float: left;
}
.header_notifi_list ul li .title{
   line-height: 16px;
   margin-bottom: 5px;
}
.header_notifi_list ul li .city{
   font-size: 11px;
   color: #999;
   font-weight: normal;
}
.header_notifi_list ul li .price{
   width: 50%;
   float: left;
   display: block;
   font-weight: bold;
}
.header_notifi_list ul li .delete{
   text-align: right;
   width: 10%;
   float: left;
   padding-top: 20px;
}
/***************************************************************/
.user_header{
   width: 100%;
   float: left;
   padding: 10px 0px;
   background: #FFF;
}
.user_header .user_info{
   width: 150px;
   height: 80px;
   float: left;   
   padding-left: 20px;
   padding-right: 10px;
   position: relative;
}
.user_header .user_info .avatar{
   width: 120px;
   height: 120px;
   display: block;
   float: left;
   position: absolute;
   overflow: hidden;
   bottom: -45px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.user_header .user_info .avatar img {
    width: 100%;
    min-height: 120px;
}
.user_header_name{
   font-size: 26px;
   padding-top: 50px;
   display: block;
   float: left;
   width: auto;
   padding-left: 10px;
}
.user_menu_content{
   width: 100%;
   float: left;
   background: #FFF;
   border: 1px solid #e9eaed;
}
.user_menu{
   width: auto;
   float: left;
   padding-left: 150px;
}
.user_menu ul{
   list-style: none;
   float: left;
}
.user_menu ul li{
   list-style: none;
   float: left;
}
.user_menu ul li a{
   display: block;
   padding: 5px 15px;
   font-size: 15px;
   line-height: 32px;
   font-weight: bold;
   color: #0645ad;
}
.user_menu ul li a:hover{
   background: #f5f6f7;
}
.user_top_right{
   float: right;
   padding-right: 20px;
}
.btn_follow {
   background-color: #ff0000;
   color: #FFF;
   text-transform: uppercase;
   padding: 10px 16px;
   margin-top: 36px;
   display: block;
}
.btn_follow:hover{
   color: #FFF;
}
.btn_followed{
   background: #ededed !important;
   color: #111111;
}
/***************************************************************/
.btn_delete_book_mark_one{
   display: block;
   float: right;
   width: 30px;
   height: 20px;
   background: url("/themes/images/delete_button.gif") 0px 0px no-repeat;
}
.btn_delete_book_mark_one2{
   background: #f57301!important;
   color: #fff!important;
   padding: 5px 0px;
   display: block;
   font-size: 15px;
   border: none;
   float: right;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   cursor: pointer;
   width: 60px;
   text-align: center;
   margin-top: 5px;
}
.btn_edit{
   background: #f57301!important;
   color: #fff!important;
   padding: 5px 0px;
   display: block;
   font-size: 15px;
   border: none;
   float: right;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   cursor: pointer;
   width: 60px;
   text-align: center;
   margin-top: 5px;
}
.notify_more{
   width: 100%;
   float: left;
   padding: 10px 20px;
   text-align: center;
}
.notify_more .btn_notify_more{
   background: #f57301!important;
   color: #fff!important;
   padding: 8px 0px;
   display: block;
   font-size: 15px;
   border: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   cursor: pointer;
   width: 235px;
   text-align: center;
   margin-right: 20px;
   float: left;
}
.notify_more .btn_close_book_mark{
   background: #d0cbc8!important;
   color: #fff!important;
   padding: 8px 0px;
   display: block;
   font-size: 15px;
   border: none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   cursor: pointer;
   width: 100px;
   text-align: center;
   float: left;
}
/*********************************************/
.header_menu{
   width: 100%;
   float: left;
   background-color: #ce204e;
}
.header_menu .item_sub{
   display: none;
   position: absolute;
   width: 250px;
   background: #FFF;
   z-index: 9;
   left: -20px;
}
.menu_top{
   float: left;
}
.menu_top .item_lvb {
   width: auto;
   float: left;
   line-height: 36px;
   padding: 0px 15px;
   position: relative;
}
.menu_top .item_lvb .titleb{
   font-weight: bold;
   font-size: 14px;
   color: #FFF;
}
.item_lvb:hover .item_sub{
   display: block;
}
.level_sub{
   width: 100%;
   float: left;
   margin-bottom: 20px;
}
.level_sub .item:last-child{
   border: none;
}
.menu_top .item_lvb:hover{
   background: #FFF;
} 
.menu_top .item_lvb:hover .titleb{
   color: #ce204e !important;
} 
.menu_top .item_lvc:hover{
   background:#ce204e;
}
.menu_top .item_lvc:hover a{
   color: #FFF !important;
}
.menu_top .item_lvc a{
   padding: 0px 10px;
}
.menu_top .item_sub{
   border: 1px solid #ccc;
}
.menu_top .item_sub li {
    border-bottom: 1px solid #ccc;
}
/*************************************************************************************/
.header_user_loged{
   width: auto;
   float: right;
   position: relative;
   margin-right: 20px;
}
.header_user_loged .name {
    float: left;
    width: auto;
    color: #333;
    line-height: 30px;
    display: block;
    line-height: 36px
}
.header_user_loged .name .image{
   width: 32px;
   height: 32px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   display: block;
   float: left;
   overflow: hidden;
   margin-right: 5px;
}
.header_user_loged .name .image img{
   width: 100%;
   min-height: 32px;
   vertical-align: top;
}
.header_user_menu {
   display: none;
   position: absolute;
   top: 36px;
   z-index: 99;
   left: 0px;
   width: 245px;   
}
.header_user_menu ul{
   background: #fff;
   width: 100%;
   border: 1px solid #d6d6d6;
   float: left;
   list-style: none;
   -webkit-border-bottom-right-radius: 3px;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomright: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}
.header_user_menu ul li{
   width: 100%;
   float: left;    
}
.header_user_menu ul li i{
   width: 25px;
   font-size: 16px;
   margin-top: 8px;
   display: block;
   float: left;
}
.header_user_menu .use{
   line-height: 36px;
   padding: 5px 0px;
}
.header_user_menu .use .image{
   width: 26px;
   height: 26px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   display: block;
   float: left;
   overflow: hidden;
   margin-right: 5px;
   padding: 0;
   margin-top: 2px;
}
.header_user_menu .use .image img{
   width: 100%;
   min-height: 26px;
   vertical-align: top;
}
.header_user_menu ul .li_break{
   border-top: 1px solid #e9eaed;
   width: 100%;
   margin: 0;
}
.header_user_menu .arrow {
   background: url("/images/icon_css/row_notice.png") no-repeat scroll left top transparent;
   height: 20px;
   width: 30px;
   position: absolute;
   top: -5px;
   display: block;
   right: 0px;
}
.header_user_menu ul li:hover {
   background: #f57301;
   color: #FFF;
}
.header_user_menu ul li:hover a{
   color: #FFF;
}
.header_user_menu ul li a{  
   display: block;
   padding: 0px 15px;
   color: #848484;
   font-size: 13px;
   height: 34px;
   line-height: 34px;
}
.header_user_menu ul li.use a{  
   padding: 0px 8px;
}
.header_user_menu ul li span{
   padding-left: 10px;
}
.header_user_loged:hover .header_user_menu{
   display: block;
}
.fbLogin {
   background-color: #4c69ba;
   background-image: linear-gradient(#4c69ba,#3b55a0);
   text-shadow: 0 -1px 0 #354c8c;
   box-sizing: border-box;
   position: relative;
   margin-top: .2em;
   margin-right: 2px;
   padding: 0px 0px 0px 43px;
   border: none;
   text-align: left;
   line-height: 38px;
   white-space: nowrap;
   border-radius: .2em;
   color: #fff!important;
   width: 300px;
   display: block;
   float: left;
   font-size: 15px;
}
.fbLogin:before {
    border-right: #364e92 1px solid;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
    background: url(/themes/images/icon_facebook.png) 6px 8px no-repeat;
}
.googleLogin {
   background: #e74b37;
   text-shadow: 0 -1px 0 #354c8c;
   box-sizing: border-box;
   position: relative;
   margin-top: .2em;
   margin-right: 2px;
   padding: 0px 0px 0px 43px;
   border: none;
   text-align: left;
   line-height: 38px;
   white-space: nowrap;
   border-radius: .2em;
   color: #fff!important;
   width: 300px;
   display: block;
   float: left;
   font-size: 15px;
}
.googleLogin:before {
    border-right: #bb3f30 1px solid;
    background: url(/themes/images/icon_google.png) 6px 8px no-repeat;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
/*************************************************************************************/
.main{
   width: 100%;
   float: left; 
}
.full_content{
   width: 100%;
   margin: auto;
   max-width: 1200px;
   box-sizing: border-box;
}
.page_avatar{
   width: 100%;
   float: left; 
   padding: 10px 0px;
}
.page_avatar img{
   max-width: 90%;
}
/***********************************************************************************/
.module_full{
   min-height: 200px;
   width: 100%;
   padding: 0px 20px;
}
.module_full .content{
    background: #FFF;
    padding: 10px;
}
.module1{
    min-height: 200px;
    width: 75%;
    padding-left: 20px;
    padding-right: 25px; 
    float: left;  
}
.module1 .content{
    background: #FFF;
    padding: 10px;
}
.module2{
   width: 25%;
   min-height: 360px;
   float: right;
}
.module_title{
   width: 100%;
   padding: 10px 0px;
   font-size: 22px;
}
.module_title h1{
   font-size: 22px;
}
.module3{
   width: 25%;
   min-height: 360px;
   float: right;
}
/****************************************************/
.itop_search{   
   float: right;
   width: 380px;
   position: relative;
   margin-right: 30px;
}
.itop_search_content{
   width: 100%;
   height: 38px;
   background: #FFF;
   box-sizing: border-box;   
   position: relative;
}
.itop_search_key{      
   box-sizing: border-box;
   position: relative;
}
.search_auto_ct{
   position: absolute;
   top: 31px;
   left: 0px;
   z-index: 99;
   width: 380px;
}
.content_search_auto{
   background: #FFF;
   border: 1px solid #e8e8e8;
   width: 100%;
   float: left;
}
.content_search_auto ul{
   width: 100%;
   float: left;
   list-style: none;
}
.content_search_auto li{
   width: 100%;
   float: left;
   line-height: 30px;
   margin-bottom: 3px;
}
.content_search_auto a{
   padding-left: 10px;
   line-height: 30px;
   float: left;
   overflow: hidden;
   font-size: 14px;
   text-overflow:ellipsis;
   white-space:nowrap;
   width: 90%;
}
.sali_active{
   background: #eff2f7;
}
.search_more_tit{
   width: 100%;
   float: left;
   font-weight: bold;
   font-size: 13px;
}
/************************************/
.itop_search_type:hover .itop_search_type_sub{
   display: block;
}
.itop_search_type .itop_search_type_sub{
   display: none;
   position: absolute;
   top: 29px;
   left: -1px;
   width: 110px;
   padding: 0px;
   line-height: 26px;
   border: 1px solid #ddd;
   background: #FFF;
   z-index: 999;
}
.itop_search_type .itop_search_type_sub a{
   display: block;
   width: 90px;
   padding: 0px 10px;
   line-height: 26px;
}
.itop_search_type .itop_search_type_sub a:hover{
   background: #EFEFEF;
}
.its_key{
   width: 100%;
   height: 40px;
   border: none;
   border: 2px solid #d6d6d7;
   webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
   padding: 0px 60px 0px 10px;
   font-size: 14px;
}
.its_key:focus{
   border-color: #5488c7;
}
.its_submit{  
   color: #FFF;
   height: 40px;
   width: 50px;
   float: right;
   border: none;
   position: absolute;
   right: 0px;
   top: 0px;
   cursor: pointer;
   font-size: 14px;
   padding-left: 18px;
   background: url(/themes/v1/images/icon_xe.png) -1px -28px no-repeat #5488c7;
   background-size: 100%;
   border-color: #5488c7;
   -webkit-border-top-right-radius: 25px;
   -webkit-border-bottom-right-radius: 25px;
   -moz-border-radius-topright: 25px;
   -moz-border-radius-bottomright: 25px;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
}
/*************************List Cat***********************/
.list_view {
   margin: 0;
   width: 100%;
   float: left;
   
   padding: 0px 5px;
   padding-bottom: 10px;
}
.list_view .module_title{
   border-bottom: 1px solid #e5e5e5;
}
.list_view .item{
   width: 100%;
   float: left;
   padding: 15px 0px;
   border-bottom: 1px solid #e5e5e5;  
}
.list_view .item .user_avatar{
   width: 50px;
   height: 50px;
   display: block;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.list_view .item .user_avatar img{
   width: 100%;
   min-height: 50px;
}
.list_view .item .new_avatar{
   width: 200px;
   height: 140px;
   display: block;
   float: left;
   overflow: hidden;
}
.list_view .item .new_avatar img{
   width: 100%;
   min-height: 140px;
}
.list_view .item .news{
   padding-left: 210px;
}
.list_view .item .title{
   width: 100%;
   display: block;
   font-size: 18px;
   font-weight: bold;
   line-height: 26px;
   color: #333;
   margin-bottom: 15px;
}
.list_view_short .item .title{
   display: contents;
   width: auto;
}
.list_view_short .item  .news{
   padding-left: 0;
}
.list_view_short .item  .title{
   color: #0e4cd7;
}
.list_view .item .intro{
   line-height: 22px;
   font-size: 14px;
   color: #898989;
   margin-bottom: 10px;
}
.list_view .item .img{
   display: block;
   width: 140px;
   max-height: 160px;
   overflow: hidden;
   float: left;
   margin-right: 10px;
}
.list_view .item .img img{
   width: 100%;
   height: auto;
}
.list_view .item .info{
    font-size: 11px;
}
.list_view .item .user_name{
   color: #5488c7;
}
.list_view .item .info .time, .list_view .item .info .author{
    color: #898989;
}
/*************************List Cat***********************/
.list_view_right {
   width: 100%;
   float: left;
   padding: 0px 5px;
   padding-bottom: 10px;
}
.list_view_right .module_title{
   border-bottom: 1px solid #e5e5e5;
}
.list_view_right .item{
   width: 100%;
   float: left;
   padding: 15px 10px;
   border-bottom: 1px solid #e5e5e5;  
}
.list_view_right .item .img{
   width: 60px;
   float: left;
   margin-right: 20px;
   height: 50px;
   display: block;
   overflow: hidden;
}
.list_view_right .item .img img{
   width: 100%;
   float: left;
   min-height: 160px;
}

.list_view_right .item .title{
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
}
.list_view_right .item .intro{
   line-height: 22px;
   font-size: 14px;
}

.new_link_target{
   width: 100%;
   float: left;
   padding: 10px 0px;   
}
.new_link_target a:hover{
   background: #5488c7;
}
.new_link_target .new_prev{
   float: left;
    color: #FFF;
    background-color: #ff5722;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    display: block;
    line-height: 36px;
    padding: 0px 20px;
    font-size: 14px;
}
.new_link_target .new_next{
   float: right;
    color: #FFF;
    background-color: #ff5722;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    display: block;
    line-height: 36px;
    padding: 0px 20px;
    font-size: 14px;
}
/************************************************/
.item_breadcrumbs{
   width: auto;
   float: left;
}
.item_breadcrumbs a {
   padding: 0px 0px 0px 13px;
   background: url("/themes/v1/images/arrow.png") no-repeat left 3px;
   margin-right: 10px;
}
.item_breadcrumbs:first-child a{
   background: none;
   padding: 0px;
}
.item_breadcrumbs a span::first-letter{
   text-transform: uppercase;
}
.detail_breadcrumb{
   width: auto;
   float: left;
}
/***************************user form pro********************************/
.user_form_pro {
    width: 100%;
    font-family: tahoma;
}
.user_form_pro .user_post_form_content {
    width: 100%;
    padding: 0px 0px 30px 0px;
    background: #fff;
}
.user_post_form_content .item {
   padding: 5px 0;
   width: 100%;
   float: left;   
   line-height: 36px;
}
.user_post_form_content .item .item_sub_first{
   padding-right: 2%;
}
.user_post_form_content .item .item_sub_last{
   padding-left: 2%;
}
.user_post_form_content .item .item_sub{
   width: 50%;
   float: left;  
}
.user_post_form_content .item_message {
   width: 100%;
   float: left;
   color: red;
}
.user_post_form_content div label {
   float: left;
   width: 100%;
   line-height: 20px;
   font-weight: normal;
}
.user_post_form_content .item_input{
   position: relative;
   width: 100%;
   float: left;
}
.user_post_form_content div input[type=text], .user_post_form_content div input[type=password] {
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 33px;
   font-size: 13px;
}
.user_post_form_content .input_select{
   width: 100%;
   height: 33px;
   line-height: 33px;
   border: 1px solid #dfdfdf;
}
.user_post_form_content .input_texta{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
   line-height: 18px;
}
.user_post_form_content .input_des{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
   float: left;
}
.user_post_form_content .dangky {
    width: 100%;
    text-align: center;
}
.usi_description{
   font-size: 14px;
   line-height: 26px;
   margin-bottom: 20px;
}
.user_info_text .item{
   width: 100%;
   padding: 5px 0px;
}
.user_info_text .item label{
   width: 100px;
   display: block;
   float: left;
}
.item_sub_1{
   width: 50% !important;
   padding-right: 20px !important;
}
.item_sub_2{
   width: 50% !important;
}
/*********************************************************************/
.news_vote{
   position: fixed;
   width: 60px;
   height: 100px;
   top: 100px;
   margin-left: -40px;
}
.vote_up {
    border-bottom: 12px solid #9b9b9b;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 0;
    height: 0;
    cursor: pointer;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    opacity: .75;
}
.vote_up:hover{
   border-bottom: 12px solid #000;
}
.vote_down {
    border-top: 12px solid #9b9b9b;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 0;
    height: 0;
    cursor: pointer;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    opacity: .75;
}
.vote_down:hover{
   border-top: 12px solid #000;
}
.vote_score{
   text-align: center;
   padding: 5px 0px;
   color: #9b9b9b;
}
.vote_score .number{
   color: #555;
   font-weight: normal;
   font-size: 25px;
   display: block;
}
.social_content{
   margin:15px 0;
   
}
.social_content .button_content {
   width: 100%;
   float: left;
   height: 30px;  
}
.article_share .sharing_label {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.facebook_like_box .fb_btn {
    float: left;
    margin-right: 4px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}
.facebook_like_box .google_like{
   float: left;
   width: 46px;
   height: 30px;
}
.facebook_like_box .fb_send_btn {
    background: #0084FF;
    text-shadow: 0 -1px 0 #005ecf;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
}
.facebook_like_box .fb_send_btn>i {
    background: url(/themes/images/icon_fb_share.png) center no-repeat;
    width: 28px;
    height: 28px;
    background-size: 16px 16px;
    display: inline-block;
    float: left;
}
.article_copy_link {
   margin: 10px 0;
   width: 100%;
   float: left;
   position: relative;
   display: table;
   border-collapse: separate;
}
.article_copy_link .form-control {
    background: #fff;
    cursor: default;
}
.article_copy_link  .input-group-addon {
    padding:0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.article_copy_link .form-control {
    width: 100%;
    display: table-cell;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.article_copy_link .btn_copy_link, .article_copy_link .btn_copy_link2 {  
   width: 100%;
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.428571429;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid transparent;  
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   border: 0;
   border-radius: 0;
   background: #e74c3c;
   color: #fff;
   font-weight: normal;
   transition: 0s;
   box-shadow: none;
   overflow: initial;
   -webkit-border-top-right-radius: 4px;
   -webkit-border-bottom-right-radius: 4px;
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}
.btn_luu_tin_no {
    background: #4267b2;
}
.btn_luu_tin {
    width: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-weight: 700;
}
.btn_luu_tin, .btn_xoa_tin {
    color: #FFF!important;
    height: 28px;
    display: block;
    float: left;
    line-height: 28px;
    margin-right: 5px;
    text-align: center;
}
.btn_luu_tin_ok {
    background: #E8EAEE;
}
/*********************************************************/
.detail{
   width: 100%;
   float: left;
   
   margin-bottom: 20px;
   padding: 0px 10px;
}
.detail_info .time{
   width: auto;
   float: right;
}
.detail_info{
   width: 100%;
   float: left;
   margin-bottom: 10px;
}
.detail_content h1{
   color: #00528B;
   font-size: 25px;
   line-height: 30px;
   width: 100%;
   float: left;
   margin-bottom: 10px;
}
.detail_content .intro{
   width: 100%;
   float: left;  
   font-family: arial;
   font-size: 14px!important;
   padding: 3px 0 3px 0!important;
   color: #555;
   font-weight: bold;
   margin-bottom: 10px;
}

.content_intro_top{
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}
.content_intro_top *{
   font-weight: bold;
   font-size: 14px;
   line-height: 22px;
}
.detail_content .des{
   width: 100%;
   float: left; 
   font-size: 14px;
   line-height: 20px;
   text-align: justify;
   overflow-wrap: break-word;
   overflow: hidden;
}
.detail_content .des table{
   width: 100%;
   border: 1px solid;
}
.detail_content .des table tr{
   border: 1px solid;
}
.detail_content .des table tr td{
   border: 1px solid;
   padding: 5px;
}
.detail_content .des .list_pic .view_pic{
   text-align: center;
}
.detail_content .des *{
   font-family: arial;
   line-height: 22px !important;
   font-size: 14px !important;   
}
.detail_content .des div{
   max-width: 100%;
}
.detail_content .des img{
   max-width: 100%;
   height: auto !important;
   margin: auto;
}
.detail_content .des p{
   margin-bottom: 10px;
}
.detail_content .des div{
   margin-bottom: 10px;
}
.detail_content .des a{
   color: #0645ad;
}
.btn_title_post{   
   background: #5488c7;
   color: #fff!important;
   padding: 7px 15px 7px 15px;
   display: block;
   float: right;
   font-size: 14px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-top: -8px;
}
/*************************************** COMMENT ******************************************/
.news_comment_post{
   width: 100%;
   float: left;
   border-top: 1px solid #e5e5e5;
   padding: 20px 0px;
}
.news_comment_post .item_submit{
   margin-top: 15px;
}
.news_comment_list .item{
   width: 100%;
   float: left;
   padding: 15px 0px;
   border-top: 1px solid #e5e5e5;  
}
.news_comment_list .item .user_avatar{
   width: 50px;
   height: 50px;
   display: block;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.news_comment_list .item .user_avatar img{
   width: 100%;
   min-height: 50px;
}
.news_comment_list .item .news{
   padding-left: 60px;
}

.news_comment_list .item .intro{
   line-height: 22px;
   font-size: 14px;
}
.news_comment_list .item .img{
   display: block;
   width: 140px;
   max-height: 160px;
   overflow: hidden;
   float: left;
   margin-right: 10px;
}
.news_comment_list .item .img img{
   width: 100%;
   height: auto;
}
.news_comment_list .item .info{
    font-size: 11px;
}
.news_comment_list .item .user_name{
   color: #5488c7;
   font-weight: bold;
   font-size: 14px;
}
.news_comment_list .item .info .time{
    color: rgba(0,0,0,0.6) !important;
}
.news_comment_post .post_com_content{
  width: 100%; 
  height: 60px;
  margin: 5px 0px;
  padding: 10px;
}
/*******************************************Footer*****************************************/
.footer_menu{
   width: 100%;
   float: left;
   padding: 20px 0px;
}
.footer_menu_tag{
   width: 100%;
   float: left;
   padding: 20px 0px;
}
.footer_tag{
   width: 100%;
   float: left;
   list-style: none;
}
.footer_tag_title{
   width: 100%;
   float: left;
   font-weight: bold;
   color: #333;
   font-size: 16px;
   line-height: 38px;
}
.footer_tag li{
   width: auto;
   float: left;
   padding: 0px 5px;
   line-height: 22px;
}
.footer_tag a{
   display: inline-block;
   color: #666;
   line-height: 16px;
   padding: 5px;
   font-size: 14px;
}
.footer_tag a:hover{
   color: #4985e6;
}
/*******************************************************/
.footer_news_letter{
   width: 100%;
   float: left;
   margin-top: 50px;
   background-color: rgb(247, 247, 247);
}
.footer_news_letter_img{
   width: 160px;
   float: left;
   height: 136px;
   background: url(/themes/images/newsletter.png) no-repeat center center;
   background-size: contain;
   margin-top: -50px;
   margin-right: 20px;
}
.footer_news_letter_mesage{
    padding-left: 175px;
    padding-right: 375px;
    padding-top: 30px;
}
.footer_news_letter_form{
   float: right;
   padding-top: 30px;
}
.footer_news_letter_form .news_letter_email{
   padding: 7px 12px;
   width: 259px;
   height: 42px;
   margin: 0;
   border: 1px solid rgb(247, 247, 247);   
   box-sizing: border-box;
   outline: none;  
   display: block;
   float: left;  
   -webkit-border-top-left-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
}
.footer_news_letter_form .news_letter_email:focus{
   border: 1px solid #ff5722;
}
.footer_news_letter_form .btn_news_letter{
   width: 101px;
   height: 42px;
   line-height: 42px;
   background-color: #ff5722;
   color: white;
   text-align: center;
   float: left;  
   font-size: 14px;
   display: block;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
/******************************************************************/
.footer_info{
   width: 100%;
   float: left;
   padding: 30px 0 30px;
   background-color: #333;
   border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_info .item{
   width: 25%;
   float: left;
}
.footer_info .item h5{
   margin-bottom: 20px;
   color: #ffffff;
   font-weight: normal;
   font-size: 14px;
   width: 100%;
   float: left;
}
.list_link li{
   width: 100%;
   float: left;
   margin-bottom: 8px;
   line-height: 18px;
   color: #888;
   font-size: 14px;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
}
.list_link a{
   color: #888;
   font-size: 14px;
   -webkit-transition: all .2s ease;
   transition: all .2s ease;
}
.list_link a:hover {
    color: #fff;
}
.list_connect{
   width: 100%;
   float: left;
   margin-bottom: 20px;
}
.list_connect li{
   width: 50px;
   float: left;
   text-align: center;
}
.list_connect li a {
   color: #888;
   font-size: 26px;
}
.list_connect li a:hover {
   color: #d5d5d5;
}
.list_app{
   width: 100%;
   float: left;
}
.list_app .ios{
   display: block;
   width: 134px;
   height: 50px;
   background: url("/themes/images/appstore.png") 0px 0px no-repeat;
   background-size: contain;
}
.list_app .android{
   display: block;
   width: 134px;
   height: 50px;
   background: url("/themes/images/playstore.png") 0px 0px no-repeat;
   background-size: contain;
}

.footer{
   width: 100%;
   float: left;
   background: #221f20;
}
.footer_copy{
   width: 100%;
   float: left;
   color: #999;
   height: auto;
   padding: 15px 20px;
   position: relative;
}
.footer_copy .flogo{
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   height: 60px;
   width: 200px;
}
.footer2{
   float: left;
}
.footer1{
   float: right;
}
/***************************************************************/
#top_page{
   background: url(/themes/images/btn_backtop.png) no-repeat bottom left transparent;
   bottom: 10px;
   height: 50px;
   position: fixed;
   right: 0px;
   width: 55px;
   z-index: 999;
   cursor: pointer;
}
.login_form {
    width: 68%;
    margin: 30px auto;
    font-family: tahoma;
}
.login_form .title {
   font-size: 22px;
   width: 100%;
   padding: 5px 0px;
   border-bottom: 1px solid #37a344;
   color: #016098;
   margin-bottom: 20px;   
}
.login_form .login_content {
   width: 100%;
   padding: 10px 10px;
   border: 1px solid #cee2e9;
   margin: 5px 0 0;
   background: #fff;
}
.login_content .item {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.login_content .item_message {
   width: 100%;
   float: left;
   color: red;
}
.login_content div label {
    float: left;
    width: 265px;
    text-align: right;
    padding: 2px 15px 0 0;
    min-height: 10px;
}
.login_content div input[type=text], .login_content div input[type=password] {
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 300px;
   height: 33px;
}

.btnSubmit {
  background: #f57301!important;
  color: #fff!important;
  padding: 3px 0px;
  display: block;
  font-size: 16px;
  border: none;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
  text-align: center;
  line-height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btnSubmit:hover{
    background: #059216;
}
.login_content .dangky {
    width: 100%;
    text-align: center;
}
/********************************User************************************/
.user_left .title {
   width: 100%;
   float: left;
   color: #666666;
   font-size: 13px;
   font-weight: bold;
   padding: 10px;
    background-color: #e8e8e8;
}
.user_left .list{
   margin: 15px 0px 15px 0px;
   width: 100%;
   float: left;
   list-style: none;
   padding-left: 10px;
}
.user_left .list .item{
   background: none;
   margin-bottom: 7px;
   padding: 0px;
   width: 100%;
   float: left;
   font-size: 13px;  
   padding-left: 10px;
   background: url("/themes/images/icon_butlet.png") 0px 6px no-repeat;
}
.user_left .list .item a{
   color: #848484;
}
.user_left .list .class_active_post a{
   color: red;
   font-weight: bold;
}
.user_right{
   
}
.user_right .module_title{
   line-height: 18px;    
   border-bottom: 1px solid #37a344;
   color: #016098;
   font-size: 16px;
   font-weight: bold;
}

/********************************user_news_detail*************************************/
.user_news_detail .title{
   color: #00528B;
   font-size: 24px;
   line-height: 30px;
   width: 100%;
   float: left;
   margin: 10px 0px;
}
.user_news_detail .intro{
   width: 100%;
    float: left;
    font-family: arial;
    font-size: 15px;
    padding: 3px 0 3px 0!important;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 22px;
}
.user_news_detail .des{
   width: 100%;
   float: left;
   font-size: 14px;
   line-height: 20px;
}
.user_news_detail .des * {
    font-family: arial;
    line-height: 1.6;
}
.user_news_detail .des img {
    height: auto !important;
    max-width: 100%;
}
.user_news_detail .avatar{
   width: 100%;
   float: left;
   text-align: center;
   margin: 20px 0px;
}
.user_news_detail .avatar{
   max-width: 100%;
}
/****************************************************************************/
.wall_user_list{
    width: 100%;
    float: left;
}
.wall_mes_item {
    width: 100%;
    float: left;
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.wall_mes_item .wall_element1{
   font-weight: bold;
}
.wall_mes_item_img {
    float: left;
    height: 60px;    
    width: 66px;
}
.wall_mes_item_img p {
   display: block;
   float: left;
   height: 55px;
   overflow: hidden;
   width: 55px;   
}
.wall_mes_item_img p img {
    min-height: 55px;
    width: 55px;
}
.wall_mes_item_text {
    width: 100%;
    padding-left: 66px;
}
.wall_mes_item_user {
   color: gray;
   float: left;
   font-size: 13px;
   margin-bottom: 5px;
   width: 100%;
   line-height: 16px;
}
.wall_mes_item_user .wall_user1 {
    color: #3B5998;
    font-size: 13px;
    font-weight: bold;
}
.wall_mes_item_user strong {
    color: #333333;
}
.wall_noti_item_text {
    color: #666666;
    font-size: 11px;
    margin-bottom: 18px;
}
.wall_noti_item_time span {
    color: #999999;
}
.wall_mes_item_user span {
    color: #999999;
}
.wall_mes_item_user a:hover {
    text-decoration: underline;
}
.wall_noti_item_time {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-top: 5px;
}
.wall_noti_item_time span {
    color: #999999;
    font-size: 11px;
}
.wall_noti_item_time a{
   font-size: 11px;
   margin-right: 3px;
   color: #6d84b4;
}
.wall_noti_item_time a:hover{
   text-decoration: underline;
}
.wall_mes_item .wall_element3 img{
   max-width: 100%;
}
.wall_more_click{
   width: 100%;
   float: left;
   text-align: center;
   padding: 5px 0px;
}

/*********************************************************/
.footer_wrap_bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0.8;
   display: none;
}
.form_contact_bottom{
    padding: 10px 15px 20px 15px;
    position: fixed;
    top: 70px;
    left: 50%;
    width: 550px;
    z-index: 222;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.16)!important;
    overflow: visible;
    color: #333;
    background: #fff !important;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    display: none;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-left: -225px;
}
.form_contact_bottom h4{
   color: #333;
   text-align: left;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 10px;
   line-height: 26px;
   padding-right: 32px;
   white-space: normal;
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: normal;
   width: 100%;
   float: left;
   border-bottom: 1px solid #e5e5e5;
}
.form_contact_bottom .intro{
   vertical-align: baseline;
   line-height: 1.35;
   text-align: left;
   font-size: 14px;
   white-space: normal;
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: normal;
   width: 100%;
   float: left;
}
.form_contact_bottom .intro .item{
   width: 100%;
   float: left;
   margin-bottom: 5px;
}

.form_contact_bottom .info{
   margin-top: 5px;
   opacity: .5;
   text-align: left;
   font-size: 12px;
   white-space: normal;
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: normal;
   width: 100%;
   float: left;
}
.form_contact_bottom .content_input{
   width: 35%;
   float: left;
   margin-bottom: 10px;
   margin-right: 2%;   
}
.content_input_full{
   width: 100%;
   float: left;
}
.content_input_full textarea{
   width: 100%;
    padding: 10px;
    margin: 10px 0px;
}
.form_contact_bottom .content_input_popup{
   width: 26%;
   margin-right: 0 !important; 
}
.form_contact_bottom .content_text{
   width: 100%;
   float: left;
   font-size: 13px;
   margin: 3px 0px;
}
.form_contact_bottom .content_input .input{
   background: #FFF;
   border: 1px solid #ccc;
   color: #000;
   padding: 10px;
   font-size: 14px;
   width: 100%;  
   float: left;
   outline: none;
   border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
}

.form_contact_bottom .submit_popup{
   color: #fff;
   padding: 17px 25px;
   text-decoration: none;
   float: right;
   cursor: pointer;
   display: inline-block;
   border: none;
   transition: all 0.2s linear;
   border-radius: 3px;
   text-transform: uppercase;
   width: 100%;
   text-align: center;
   padding: 0px;
   height: 35px;
   line-height: 35px;
   background: #f48120 !important;
}
.form_contact_bottom .content{
   position: relative;
}
.close_footer{
   z-index: 2;
   position: absolute;
   display: block;
   width: 30px;
   height: 30px;
   right: -15px;
   top: -5px;
   cursor: pointer;
   opacity: 0.4;
   background: url("/themes/images/icon_close.png") 0px 0px no-repeat;
   background-size: 68%;
   -webkit-transition: -webkit-transform 200ms,opacity 200ms!important;
   transition: transform 200ms,opacity 200ms!important;
   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
}
.close_footer:hover{
   opacity: 0.9;
}
.message_popup{
   color: red !important;
   font-size: 14px;   
   width: 100%;
   float: left;
}
.message_popup span{
   font-size: 20px;
   padding: 20px 0px;
   width: 100%;
   float: left;
   display: block;
}
.message_return{
   width: 100%;
   float: left;
   font-size: 16px;
   padding: 15px 0px;
   line-height: 26px;
   color: #1c60a7;
}
.footer_menu{
   width: 100%;
   float: left;
   padding: 20px 0px;
}
.footer_tag{
   width: 100%;
   float: left;
   list-style: none;
}
.footer_tag li{
   width: auto;
   float: left;
   padding: 0px 5px;
   line-height: 22px;
}
/*********************************************************************/
.module3 .group{
   padding: 10px 0px; 
}
.module3 .group_chu_de{   
   width: 100%;
   float: left;
}
.page_info_right {
   padding: 20px 0px;
   width: 100%;
   float: left;
}
.page_info_right p{
   width: 100%;
   float: left;
   font-size: 13px;
   padding: 5px 0px;
}
.page_info_right .info{
    display: block;
    float: left;
    width: 200px;
}
.page_info_right .label{
   float: left;
   display: block;
   width: 90px;
   color: #111;
   text-align: left;
   font-size: 12px;
   font-weight: normal;
}
.module3 .group_title{
   width: 100%;
   float: left;
   color: #333;
   font-weight: bold;
   font-size: 16px;
   margin-bottom: 10px;
   border-bottom: 1px solid rgba(0,0,0,0.1);
   line-height: 26px;
}
.module3 .group_chu_de .list{
   width: 100%;
   float: left;
   list-style: none;
}
.module3 .group_chu_de .list li{
   width: 100%;
   float: left;
   padding: 5px 0px;
}
.module3 .group_chu_de .list li .number{
   font-weight: bold;
   font-size: 13px;
   display: block;
   float: left;
   width: 20px;
}
.module3 .group_chu_de .list li a{
   font-size: 14px;
   padding-left: 20px;
   display: block;
   color: #0e4cd7;
}
/*********************************************************/
.group_user_post .img{
   width: 100px;
   height: 100px;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   margin-right: 10px;
}
.group_user_post .img img{
   width: 100%;
   min-height: 100px;
}
.group_user_post .name{
   margin-top: 2px;
   display: block;
   font-size: 22px;
   color: #0645ad;
   font-weight: bold;
   margin-bottom: 10px;
   line-height: 28px;
}
.group_user_post .item{
   padding: 1px 0px;
}
.group_user_post .item a{
   color: #0645ad;
}
/*********************************************************/
.group_user_hot{
   width: 100%;
   float: left;
}
.group_user_hot li{
   width: 100%;
   float: left;
   padding: 5px 0px;
}
.group_user_hot li .avatar{
   width: 30px;
   height: 30px;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   margin-right: 10px;
}
.group_user_hot li .avatar img{
   width: 100%;
   min-height: 30px;
}
.group_user_hot li .name{
   margin-top: 8px;
   display: block;
}
.group_tag_hot a {
   display: inline-block;
   vertical-align: middle;
   margin: 3px 5px;
   background-color: #E8E8E8;
   border-color: #E8E8E8;
   padding: 0.5em 0.8em;
   color: rgba(0,0,0,0.65);
   text-transform: uppercase;
   font-weight: normal;
   border-radius: 0.325em;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: background 0.1s linear;
   -moz-transition: background 0.1s linear;
   transition: background 0.1s linear;
}
.group_tag_hot a:hover{
   -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12) !important;
   -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12) !important;
   box-shadow: 0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12) !important;
   -webkit-transform: scale(1.003);
   -moz-transform: scale(1.003);
   -o-transform: scale(1.003);
   -ms-transform: scale(1.003);
   transform: scale(1.003);
}
/******************************************************/
.index_item {
   width: 100%;
   float: left;
   padding: 20px 0px;
}
.index_item .index_title{
   font-size: 28px;
   font-weight: 700;
   width: 100%;
   float: left;
   padding: 30px 0px;
}
.index_item .list{
   width: 100%;
   float: left;
   list-style: none;
}
/*******************************************************/
.index_hot{
   
}
.index_hot .list li{
   width: 23%;
   float: left;
   background: #FFF;
   margin-right: 2.66666666667%;   
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   overflow: hidden;
   height: 280px;
   margin-bottom: 20px;
}
.index_hot .list .info{
   width: 100%;
   float: left;
   padding: 0px 5px 20px 5px;
}
.index_hot .list .item_li_0{
   margin-right: 0;
}
.index_hot .list .img{
   height: 160px;
   overflow: hidden;
   margin-bottom: 10px;   
   background-size: cover;
   background-repeat: no-repeat;
}
.index_hot .list li h2{
   color: #000;
   font-size: 16px;
   line-height: 22px;
   font-weight: bold;
   z-index: 2;
   width: 100%;
   float: left;
   height: 44px;
    overflow: hidden;
}
.index_hot .list li .addr{
   font-size: 12px;
   font-weight: 400;
   line-height: 16px;
   color: #6b6b6b;
   width: 100%;
   float: left;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.index_hot .list li .price{
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   margin-bottom: 0;
   margin-top: 8px;
   color: #000!important;
   width: 100%;
   float: left;
}
.index_hot .list li .score{
   width: 100%;
   float: left;
   margin-top: 8px;
}
.index_hot .list li  .score_number{    
    float: left;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    background: #003580;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: baseline;
    border-radius: 6px 6px 6px 0;
    height: 32px;
    width: 32px;
    min-width: 32px;
}
.index_hot .list li  .score_txt{
   width: auto;
   float: left;
   font-size: 13px;
   line-height: 36px;
   font-weight: bold;
   color: #003580;
   margin-left: 8px;
   margin-right: 15px;
}
.index_hot .list li  .score_total{
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 36px;
    font-weight: 400;
    color: #6b6b6b;
}
/********************************************************************/
@media screen and (min-width: 1022px) {
    .igroup_info {
        width: 240px;
    }
}
@media screen and (max-width: 1100px) {
    .pro_detail_content .itop_right{
      display: none;
    }
    .pro_detail_content .itop_left{
      margin-right: 0px;
    }
}







